home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_12 / schmidt / mundo.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-11  |  203 b   |  18 lines

  1. =========
  2. Listing 1
  3. source file mundo.cpp
  4. =====================
  5.  
  6. //
  7. //  mundo.cpp
  8. //
  9. #define HERE 1 // HERE is referenced by both .h files
  10.  
  11. #include "hither.h"
  12. #include "yon.h"
  13.  
  14. void main()
  15.     {
  16.     }
  17.  
  18.